DioDocs for Excel
GetPaginationInfo(IWorksheet,PaginationOrientation,IList<IRange>,IList<RepeatSetting>) メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > PrintManager クラス > GetPaginationInfo メソッド : GetPaginationInfo(IWorksheet,PaginationOrientation,IList<IRange>,IList<RepeatSetting>) メソッド
ワークシートのオブジェクト。
改ページの方向。
1つにまとめる範囲のコレクション。
Rangeの繰り返し設定のコレクション。
垂直または水平改ページのページ境界を表す行または列のインデックスの配列を返します。改ページは、現在のワークシートのPageSetupの設定に基づいています。
シンタックス
'宣言
 
Public Overloads Function GetPaginationInfo( _
   ByVal worksheet As IWorksheet, _
   ByVal orientation As PaginationOrientation, _
   ByVal keepTogetherRanges As System.Collections.Generic.IList(Of IRange), _
   ByVal repeatSettings As System.Collections.Generic.IList(Of RepeatSetting) _
) As System.Collections.Generic.IList(Of Integer)
public System.Collections.Generic.IList<int> GetPaginationInfo( 
   IWorksheet worksheet,
   PaginationOrientation orientation,
   System.Collections.Generic.IList<IRange> keepTogetherRanges,
   System.Collections.Generic.IList<RepeatSetting> repeatSettings
)

パラメータ

worksheet
ワークシートのオブジェクト。
orientation
改ページの方向。
keepTogetherRanges
1つにまとめる範囲のコレクション。
repeatSettings
Rangeの繰り返し設定のコレクション。
参照

PrintManager クラス
PrintManager メンバ
オーバーロード一覧